home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / utilities / boot / mkick17.lha / KickStat.doc < prev    next >
Encoding:
Text File  |  1995-01-29  |  3.7 KB  |  82 lines

  1.  
  2.                        KickStat - Kickstart image status
  3.                        =================================
  4.  
  5.                                (C) SinSoft 1993
  6.                                ================
  7.  
  8. This  little  utility  has  been  written to help SKick/MKick users with various
  9. problems  when  using  SKick/MKick.   It  issues a diagnostic output telling the
  10. status  of  the kickstart image, where it is located, if its memory is contained
  11. in  MemList,  if  the  image  is  protected  and by which means etc.  The second
  12. purpose  of  this  utility  is to shutdown the RAM kickstart.  This operation is
  13. done using the total system reset, similar to power-on, which will totally clear
  14. all the system and nothing will survive it.  To do it, use the optional SHUTDOWN
  15. parameter.  This one works only if the RAM kickstart is detected.  It is ignored
  16. if the system currently operates from ROM.
  17.  
  18. Explaining of KickStat messages follows:
  19.  
  20. 'KickStat version ?.?, (C) SinSoft 1993'
  21. - a simple copyright message
  22.  
  23. 'Running R?M kickstart, version ?.?'
  24. - there is the memory type of the kickstart image (ROM/RAM) and the
  25.   kickstart version written there.  Note that RAM kickstarts mapped to $F80000
  26.   are considered to be the ROM ones.
  27.  
  28. 'Kicker's resident module not found.'
  29. - SKick/MKick is not active on this system. Either it was not started or it was
  30.   shut down by various circumstances (deep crash, power off/on, possibly a bug).
  31.   If this message is issued, program terminates.
  32.  
  33. 'Kicked by ......'
  34. - The kicking program name and version is written here. Currently, KickStat 
  35.   recognizes the SKick and MKick resident module only.
  36.  
  37. 'Kicker's MemTag is located at ???????? (length ????????).'
  38. - The address and length of the SKick/MKick resident module is written there.
  39.  
  40. 'Kickstart image is located at ???????? (length ????????).'
  41. - The address and length of kickstart image is written there.
  42.  
  43. 'Kickstart memory is [not] contained in MemList.'
  44. - This message explains if the kickstart image is allocated at the memory
  45.   contained normally in the system memory pool or not.
  46.   If it isn't, the following messages about the kickstart protection aren't
  47.   issued except the immediately following one which must say 'NOT'.
  48.  
  49. 'Kickstart image is [not] protected by MemTag.'
  50. - This message explains if the SKick's automatic kickstart image protection 
  51.   is used or not.
  52.  
  53. 'Kicstart image allocated OK.'
  54. - This message says that all about the kickstart image allocation is done right.
  55.  
  56. 'Kickstart image is unprotected, trying to protect it.'
  57. - KickStat found unprotected kickstart image and tries to protect it. It may be
  58.   the result of using the Skick's 'FORCE' option with standard or autoconfig
  59.   memory or with non-autoconfig memory added to the system later.
  60.  
  61. 'Kickstart image protection OK.'
  62. - The result of the operation described above was successful.
  63.  
  64. 'Kickstart image protection failed, system unstable !!!'
  65. - The result of the operation described above was unsuccessful. Normally, there
  66.   is no reason why the allocation may fail, so this message will be seen very
  67.   rarely.
  68.  
  69. 'WARNING: Kickstart memory protection error, system unstable !!!'
  70. - KickStat found during its memory scan, that the kickstart image is PARTIALLY
  71.   allocated, i.e. that a part of its area is allocated, another part is free.
  72.   This message is very important; if it is issued, reboot your system or you may
  73.   await crash very soon.
  74.  
  75. 'Kickstart checksum is valid.'
  76. - I think it is self-explanatory.
  77.  
  78. 'WARNING: Kickstart checksum is corrupted, reboot immediately !!!'
  79. - The kickstart image has corrupted checksum. Something trashed at least one
  80.   byte of the kickstart image. It cannot be considered as reliable furthermore.
  81.   An immediate reboot is *VERY* recommended unless you know the cause of this.
  82.